-
Notifications
You must be signed in to change notification settings - Fork 21
Update libraries #213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Update libraries #213
Conversation
zlib: Ignore 4th digit as is only for internal audit ICU: They use a sane version scheme now (_ -> .)
Does not require the no-glib patch anymore as can be built with a cpp11 or a embedded API
|
Remaining issues: 3DS ambigious int type. Will likely pin to the previous ICU version as patching this is annoying (and they usually fix this in the next version) tvOS does not support |
|
enabled a bit too much! lets disable coreaudio and coremidi. error: 'MIDIGetNumberOfSources' is unavailable: not available on tvOS
error: 'AVAudioSessionCategoryOptionDefaultToSpeaker' is unavailable: not available on tvOS |
405a5d0 to
24694b1
Compare
|
Thanks! Will quickly build the player this evening with the libs, then will merge it |
Otherwise creates a Library folder instead of a normal .a lib
|
Somehow fluidsynth created framework files. Is now fixed. All Player builds passed (did not test if they run but at least it won't fail the build). So can be merged when builders are finished Upstreamed the fluidsynth fix: FluidSynth/fluidsynth#1743 |
(Player compilation not tested yet)
Fix #203